| Name | Description | |
|---|---|---|
![]() | convertToGray | This method supports the internal library infrastructure and should not be used by external client code. |
![]() ![]() | createFromCosShading | This method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.graphics.shadings.PDFShading) |
![]() | getAntiAlias | Gets a value indicating whether to filter the shading function to prevent aliasing artifacts. (Inherited from com.o2sol.pdf4java.graphics.shadings.PDFShading) |
![]() | getColorSpace | Gets the shading color space. (Inherited from com.o2sol.pdf4java.graphics.shadings.PDFShading) |
![]() | getCosShading | This method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.graphics.shadings.PDFShading) |
![]() | getDomain | Gets the shading domain. The variable is considered to vary linearly between these two values as the color gradient varies between the starting and ending circles. The variable t becomes the input argument to the shading function. |
![]() | getEndCircleCenter | Gets the position of the ending circle. |
![]() | getEndCircleRadius | Gets the radius of the ending circle. |
![]() | getEndColor | Gets the shading end color. The startColor and endColor can be set only when the shading uses an exponential function (). |
![]() | getExtendEnd | Gets a value indicating whether to extend shading beyond the ending circle. |
![]() | getExtendStart | Gets a value indicating whether to extend shading beyond the starting circle. |
![]() | getFunction | Gets the shading function. The function is called with values of the parametric variable t in the domain defined by the method. |
![]() | getStartCircleCenter | Gets the position of the starting circle. |
![]() | getStartCircleRadius | Gets the radius of the starting circle. |
![]() | getStartColor | Gets the shading start color. The startColor and endColor can be set only when the shading uses an exponential function (). |
![]() | setAntiAlias | Sets a value indicating whether to filter the shading function to prevent aliasing artifacts. (Inherited from com.o2sol.pdf4java.graphics.shadings.PDFShading) |
![]() | setColorSpace | Sets the shading color space. (Inherited from com.o2sol.pdf4java.graphics.shadings.PDFShading) |
![]() | setDomain | Sets the shading domain. The variable is considered to vary linearly between these two values as the color gradient varies between the starting and ending circles. The variable t becomes the input argument to the shading function. |
![]() | setEndCircleCenter | Sets the position of the ending circle. |
![]() | setEndCircleRadius | Sets the radius of the ending circle. |
![]() | setEndColor | Sets the shading end color. The startColor and endColor can be set only when the shading uses an exponential function (). |
![]() | setExtendEnd | Sets a value indicating whether to extend shading beyond the ending circle. |
![]() | setExtendStart | Sets a value indicating whether to extend shading beyond the starting circle. |
![]() | setFunction | Sets the shading function. The function is called with values of the parametric variable t in the domain defined by the method. |
![]() | setStartCircleCenter | Sets the position of the starting circle. |
![]() | setStartCircleRadius | Sets the radius of the starting circle. |
![]() | setStartColor | Sets the shading start color. The startColor and endColor can be set only when the shading uses an exponential function (). |

